home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for s3iaskel.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IASKELSPEC_H = 1;
- include("real/intact/r3intact.js")
-
-
- var R3CLID_IASKELSPEC = 1602;
-
-
-
-
-
-
-
- R3IASKELSPECA_CurrentPos = 1602500;
- function GetR3IASKELSPECA_CurrentPos() {
- return R3Get(this.r3obj, R3IASKELSPECA_CurrentPos, R3TID_VECTOR, 0);
- }
-
- R3IASKELSPECA_CurrentParam = 1602501;
- function GetR3IASKELSPECA_CurrentParam() {
- return R3Get(this.r3obj, R3IASKELSPECA_CurrentParam, R3TID_VECTOR, 0);
- }
-
- R3IASKELSPECA_CurrentObject = 1602502;
- function GetR3IASKELSPECA_CurrentObject() {
- return R3ToJS(R3Get(this.r3obj, R3IASKELSPECA_CurrentObject, R3TID_OBJECT, 0));
- }
-
-
-
- function r3Iaskelspec () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IASKELSPEC, arguments);
- }
- // Methods
-
- // Attributes
- this.GetCurrentPos=GetR3IASKELSPECA_CurrentPos;
- this.GetCurrentParam=GetR3IASKELSPECA_CurrentParam;
- this.GetCurrentObject=GetR3IASKELSPECA_CurrentObject;
- }
-
- r3Iaskelspec.prototype=new r3Intact;
- // s3iaskel.h_H